Profile Tabs
get tabs list /gateway/api/records/query?k=q_uiserv/dashboard
{
query: {
sourceId: 'uiserv/dashboard',
query: {
"typeRef": "emodel/type@person",
recordRef: username ? `people@${username}` : `people@${state.user.username}`,
user: state.user.username,
authority: state.user.username,
},
page: {
maxItems: 1,
},
},
attributes: {
config: 'config?json',
},
}
from the received IDs, a URL is formed: ${server}/v2/dashboard?activeLayoutId= ${activeTabId} &recordRef= ${`people@${this.props.user.username}`}, which is passed to WebView